Posts

Post not yet marked as solved
5 Replies
The "+" button for the "installed" attribute checkbox will open the popup window for setting size classes on a constraint.
Post not yet marked as solved
3 Replies
I successfully installed xCode 13 after experiencing the same issue by deleting Norton from the machine. After xCode installed okay then reinstall Norton. Also to stop the retry cycle of down load, install, crash I removed xCode temp files from the Application folder, then reinstalled the older version of xCode from backup drive.
Post not yet marked as solved
1 Replies
Fixed the issue and installed xCode 13 by deleting the Norton Security App. By the way - the new permission setting procedure to enable system extensions is interesting.. It is shutdown, restart into the OS Recovery environment, then enable kernel extensions from a Security Policy button. More than one confirming admin password entry is required. It's fine with me, I like security !
Post not yet marked as solved
10 Replies
I am getting the error on simulator with iPadOS config (iPad Pro 12.9-9inch). Running on a physical iPad - error does not occur. Simulator is running on an iMac (24-inch, M1, 2021)
Post not yet marked as solved
1 Replies
After a nice discussion at a WWDC 2020 lab the solution has been found. And yes I did miss the simple way.. oh well, live and learn. The answer is that uiState is cached and the dataSource needs to be notified of the change. The missing line after updateItem.stateVar = true snapshot.reloadItems([updateItem]) Now apply the change dataSource.apply(snapshot) thank you Apple engineer ! Will
Post not yet marked as solved
4 Replies
Apologies on the typo, I was asking about PHPicker. I recall something about a cloud identifier.. should that be used for persistent storage in the app context in place of local identifier? My app basically stores metadata of the ciFilter set and the image local identifier but does not save a new image. This is because localIdentifier is documented as “a unique string that persistently identifies the object” (class PHObject). Is this changing too?
Post not yet marked as solved
2 Replies
Thanks .. that helps reduce the impact and will make sense to the user. They will not see their user albums because that is their decision. I will also see if the new PHPicker is sufficient to replace my picker interface even if my app is given full access. Will